Palm OS provides a convenient way of storing applications preferences, something similar to the Microsoft Windows registry.
iziBasic gives access to storing and retrieving such preferences. To avoid any risk of deleting other applications preferences, it encapsulates the Preferences database accesses for the current application only.
Legend:
#v|n is the Pref Number and is v|n in the range [1...999]
Deletes a preference from the Palm OS Saved Preferences database
Returns a numerical preference
LOADPREF$(#v|n)
Returns a text string preference
Saves a preference, which can be either a numerical or a text string value, to the Palm OS Saved Preferences database
Send a c|t file to another device by IrDA beaming. This file can be received by the launcher on another Palm OS platform device. It can also be accepted on a PC over IrDA.
Notes:
Plays a wave music with the following parameters:
Notes:
Plays a single sound with the following parameters:
Gets the content of the clipboard and stores it in a variable
Put the content of c|t|v|n in the clipboard
According to the parameter passed in v|n, returns:
Returns the Palm OS version of the device, in the "M.m" format (Major.minor)
According to the parameter passed in v|n, returns:
Calls a PP code segment and returns a text string passed by the PP code segment to the iziBasic program
Notes:
Calls a PP ARMlet and returns a text string passed by the PP ARMlet to the iziBasic program
Notes: